home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / infop146.arc / PAGE_12.INF < prev    next >
Text File  |  1991-06-04  |  2KB  |  38 lines

  1.   This page lists all the device drivers in use. Some are internal to DOS,
  2. and others are loaded with DEVICE= lines in CONFIG.SYS.
  3.  
  4.   The information shown is:
  5. Device: The name of the driver, if given.
  6. Units:  For a block device, the number of units inside of it.
  7. Header: The address where the driver resides.
  8. Attributes: There are 16 bits that define what the driver does. Numbering
  9.             left to right, with left being 15:
  10.             15: 1 = character device, 0 = block device
  11.             14: 1 if IOCTL (special commands) are supported
  12.             13: if a block device, then 1 means to use the boot sector to
  13.                 get information, 0 to use media ID byte.
  14.                 if a character device, then 1 means you can output till
  15.                 busy
  16.             12: unused (0)
  17.             11: 1 if open/close/removable media is supported
  18.             10: unused (0)
  19.             09: unused (0)
  20.             08: unused (0)
  21.             07: unused (0)
  22.             06: 1 if generic IOCTL and get/set logical drive supported
  23.             05: unused (0)
  24.             04: 1 if the CON device, and fast output (Int 29h) supported
  25.             03: 1 if the CLOCK$ device
  26.             02: 1 if the NUL device
  27.             01: if a block device, then 1 means 32-bit sectors supported
  28.                 if a character device, then 1 means it is standard output
  29.             00: 1 if device is standard input
  30.  
  31. Strategy: This is the address used to setup a call.
  32. Interrupt: The address called to execute a command.
  33.  
  34. Some common driver names:
  35. EMMXXXX0: an EMS driver
  36. XMMXXXX0: an XMS driver
  37. \MMXXXX0: EMS driver disabled under Windows 3 (which supplies its own.)
  38.